home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-12 | 1.2 KB | 32 lines | [TEXT/KAHL] |
- //----------------------------------------------------------------------------------
- // File : miscCDEF.h
- // Date : November 2,1991
- // Author : Jim Stout
- // Purpose : #defines, typedefs and prototypes for miscCDEF.c
- //----------------------------------------------------------------------------------
- #ifndef calcCntlRgn
- #define calcCntlRgn 10
- #define calcThumbRgn 11
- #endif
- #ifndef useWindFont
- #define useWindFont 0x08
- #endif
- //----------------------------------------------------------------------------------
- // Function prototypes
- //----------------------------------------------------------------------------------
-
- short getPixDepth (Rect *);
- short getOSVers (void);
- Boolean trapAvailable (short);
- short numToolBoxTraps (void);
- TrapType getTrapType (short);
-
- //----------------------------------------------------------------------------------
- // low-memory globals - I know╔, but Apple's popUp CDEF 63 uses these╔
- //----------------------------------------------------------------------------------
-
- extern long LastSpExtra : 0x0B4C;
- extern short SysFontFam : 0x0BA6;
- extern short SysFontSize : 0x0BA8;
-
- //----------------------------------------------------------------------------------